Coder Social home page Coder Social logo

laravel-starter's Introduction

Laravel Starter

This package helps to save few hours of boring work that is repetable almost in every single project following best possible practices and using modern tools.

Differences from fresh Laravel installation

  • Ships with must-have development dependencies:
  • PHPStorm project files are removed from Git
  • Ready for FTP deployments using git-ftp
  • Bower integration within resources/assetsdirectory
  • Models moved to app/Models directory
  • Created and autoloaded app/Http/helpers.php file that includes 3 additional functions for toggling navigation links and e-mail obfuscation
  • Ready to go Laravel Elixir setup that includes assets from Bower, BrowserSync and asset versioning
  • SASS resources with already created project structure that attaches Bootstrap and his most common variables
  • Core views (auth, errors, flash messages) and their structure with Bootstrap styling

Get this in a minute

  1. Clone this repo: git clone https://github.com/adriandmitroca/laravel-starter.git
  2. Install project dependencies: composer install & bower install & npm install
  3. Create .env file with your configuration credentials.
  4. Generate your application key php artisan key:generate
  5. Set up your database schema just with example users php artisan migrate:refresh --seed
  6. Compile all assets: gulp
  7. Make your app: gulp watch

Contribution

I am open minded to any idea or a direction this starter could go to. If you have any idea feel free to contact me or make pull request with your improvement.

laravel-starter's People

Contributors

adriandmitroca avatar daverdalas avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

laravel-starter's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.