Download the PHP package nejcc/kick-start without Composer
On this page you can find all versions of the php package nejcc/kick-start. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nejcc/kick-start
More information about nejcc/kick-start
Files in nejcc/kick-start
Download nejcc/kick-start
More information about nejcc/kick-start
Files in nejcc/kick-start
Vendor nejcc
Package kick-start
Short Description Prepare for laravel kickstart configuration
License MIT
Package kick-start
Short Description Prepare for laravel kickstart configuration
License MIT
Please rate this library. Is it a good library?
Informations about the package kick-start
nejcc/kick-start prepare for laravel
Installation
1. Laravel last version
2. Laravel ui scaffolding
3. Run command
This command will modify and change following files:
- app/
- http/
- middlewares/
- Localization.php [add]
- middlewares/
- Models/
- Role.php [add]
- User.php [overrid]
- Providers/
- AuthServicePeovider.php [overrid]
- http/
- database/
- migration/
- user [overided]
- roles [add]
- roles_user [add]
- foren_roles_user [add]
- seeds/
- DatabaseSeeder.php [override]
- RoleTableSeeder.php [add]
- UserTableSeeder.php [add]
- database.sqlite
- migration/
- routes/ web.php [append]
- .env [override]
NOTICE!: Before running this command make sure you have saved your work!
4. serve (optional)
or
All versions of kick-start with dependencies
PHP Build Version
Package Version
The package nejcc/kick-start contains the following files
Loading the files please wait ....