zaherg/laravel-starter

This package is abandoned and no longer maintained. No replacement package was suggested.

This is a starter template that I've built based on Laravel Framework, with some packages installed out of the box.

v5.7.27 2019-02-21 08:42 UTC

This package is auto-updated.

Last update: 2020-05-06 10:21:19 UTC


README

Intro

This is a small template I've built based on Laravel framework, after I spent some time preparing for a small project. So to make my life easier later, I decided to create this template.

Installing and running the code

Requirements

Please make sure that you have installed Docker with Docker Compose.

Setup the local IP

In order to get the container up and running, you can follow these simple steps.

Add an entry 127.0.0.1 web.docker.local to your /etc/hosts file:

sudo echo "127.0.0.1 web.docker.local" >> /etc/hosts

Running the image

All you have to do is to execute the command:

./bin/docker_run

Docker customization:

This image comes with a ready to use Dockerfile and docker-compose.yml which you can either modify as you like.

The preferred way to override docker-compose.yml values is to add a new file called docker-compose.override.yml and change the value that you want over there, please refer to this post from Docker documentation about extending and having multiple compose files.

Note:

Please note that this template is using Swoole Laravel package to help running your code faster, feel free to read more about Swoole.

Installed packages:

These are the packages that I've installed, other than the one comes with laravel.

  1. Swoole Laravel.
  2. Laravel CORS.
  3. PRedis.
  4. Laravel Debugbar.
  5. Laravel IDE Helper.
  6. PHP CS Fixer.
  7. PHP Code Sniffer.

68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667

Build Status Total Downloads Latest Stable Version License

About Laravel

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 attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework, making it a breeze to get started learning the framework.

If you're not in the mood to read, Laracasts contains over 1100 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for helping fund on-going Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page:

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.