kfoobar / php-startup
Bolierplater for PHP projects.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.1.0
- guzzlehttp/guzzle: ^6.3
- philo/laravel-blade: ^3.1
- vlucas/phpdotenv: ^4.1
This package is auto-updated.
Last update: 2022-10-15 01:59:25 UTC
README
This is a simple and naked boilerplate for building MVC-based web applications in PHP.
Getting started
This is how you install the package with Composer:
- Run
composer require kfoobar/php-startup
- Run
composer install
- Run
npm install
- Run
npm dev
(or prod/watch) - Create your own
.env
- Start adding your code...
What is included?
These are some of the packages included in PHP Startup:
- Axios (Promise based HTTP client)
- Bootstrap 4 (Front-end component library)
- FontAwesome 5 (Icon set and toolkit)
- Guzzle (PHP HTTP client)
- jQuery (Feature-rich JavaScript library)
- Laravel Blade (Simple and powerful templating engine)
- Laravel Mix (Fluent Webpack wrapper)
- PHP dotenv (Environment file manager)
- Sass (CSS extension language)
- Vue.js (JavaScript framework)
- Webpack (JavaScript and assets bundler)
License
All parts of PHP Startup are free to use and abuse under the open-source MIT license.