Package Data | |
---|---|
Maintainer Username: | njxqlus |
Package Create Date: | 2017-08-29 |
Package Last Update: | 2017-09-22 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:01:37 |
Package Statistics | |
---|---|
Total Downloads: | 50 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 3 |
Total Watchers: | 3 |
Total Forks: | 1 |
Total Open Issues: | 0 |
Laravel 5.5 dev version
Fix "1071 Specified key was too long; max key length is 767 bytes" error
Move Uses Model to Models folder and App\Models namespace
santigarcor/laratrust:4.0.* and setup it
barryvdh/laravel-debugbar:~3.0
make:auth
spatie/laravel-backup:dev-laravel-55 and setup it
Russian traslatian for default Laravel lang files
php artisan preset none
barryvdh/laravel-ide-helper and setup it
Include external Bootstrap (from npm)
Some app.layouts, home and welcome blade file changes
Add less css to webpack
Add actions view part with show/delete/edit/create new/return to index buttons to easy use in other views
composer create-project njxqlus/getlaravel myproject
npm install
Setup database
php artisan migrate
git clone https://github.com/njxqlus/getlaravel-admin.git myproject
Copy and rename .env.example to .env
php artisan key:generate
composer install
npm install
Setup database
php artisan migrate
Setup MYSQLDUMP_PATH
in .env file for MySQL backups
Setup CRON on server like: * * * * * php /path/to/artisan schedule:run >> /dev/null 2>&1
php artisan ide-helper:meta
php artisan ide-helper:model
php artisan ide-helper:generate
Let's build something awesome!
Admin based on /cp
route