Download the PHP package qnox81/laravel-scaffold without Composer
On this page you can find all versions of the php package qnox81/laravel-scaffold. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-scaffold
Info
Scaffold for new Laravel projects. Very basic laravel app containing:
- Laravel 8.x
Docker integration
I've added Docker for local development on Mac with following containers:
- app (php-fpm:7.3)
- mysql (mariaDB:10.5)
- nginx
- composer
- artisan
- yarn
Details in docker-composer.yml file.
Installation
-
copy project
- edit
.env
and set appCOMPOSE_PROJECT_NAME
and adjustAPP_DOCKER_*
variables and start docker containers
-
yarn
container will install all packages frompackage.json
- wait until
mysql
andyarn
containers stop initial boot
-
generate Laravel key for docker env
-
run Laravel migration
- compile asserts
Jetstream + Intertia + Tailwind
-
install Jetsream
-
Install Jetstream With Inertia
-
install dependencies
-
compile assets
- run migration
Licence
MIT :)
All versions of laravel-scaffold with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3|^8.0
fideloper/proxy Version ^4.4
fruitcake/laravel-cors Version ^2.0
guzzlehttp/guzzle Version ^7.0.1
laravel/framework Version ^8.12
laravel/tinker Version ^2.5
fideloper/proxy Version ^4.4
fruitcake/laravel-cors Version ^2.0
guzzlehttp/guzzle Version ^7.0.1
laravel/framework Version ^8.12
laravel/tinker Version ^2.5
The package qnox81/laravel-scaffold contains the following files
Loading the files please wait ....