Clone the repository
git clone https://github.com/vikas-ukani/Laravel8-With-GraphQL-APIs.git
Run composer install to install composer packages.
composer i
Create your .env file by copying the example provided in the repository
cp .env.example .env
Run php artisan key:generate
to generate and set an application key to the .env.
file.
Run php artisan migrate
to run the migrations to the database.
git clone https://github.com/vikas-ukani/Laravel8-With-GraphQL-APIs.git
docker-compose up -d
docker-compose exec php-lwg cp .env.example .env
docker-compose exec php-lwg touch storage/laravel.log
docker-compose exec php-lwg chown -R www-data:www-data /var/www/app/storage
docker-compose exec php-lwg php artisan key:generate
Now you can migrations, seeders or any command with the containers.
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Contributions, Developer Discussions, and Any Valuable Feedback are most welcome. Make your CONTRIBUTING.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.