Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

A sample silex skeleton app that has command support, Guzzle, Laravel's Eloquent ORM and PHPMig as migration handler.

License

Notifications You must be signed in to change notification settings

Ardakilic/silex-skeleton-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

silex-skeleton-app

A sample Silex skeleton app that has command support (based on Symfony Console), Guzzle as HTTP client, Laravel's Fluent Query Builder and Eloquent ORM ([1], [2], [3]), and PHPMig as migration handler.

Also, if it's installed with dev-dependencies, Whoops and Symfony VarDumper is also installed.

##Installation

  • Clone the repository
  • Set your web root into the public path and redirect all the requests into public/index.php file. You can refer to here for Web Server configuration.
  • Copy app/config.sample.yml to app/config.yml, set your timezone and fill your database credentials,
  • Navigate to your app or run the command.
  • Start developing! 😄

Note: After installation, don't forget to check suggestions!

##Contributing

  • Fork the repository
  • Do your magic
  • Create a pull request

Please feel free to post your suggestions and pull requests!

This repository is created while authoring the following article:

https://arda.pw/using-eloquent-and-schema-builder-commands-outside-laravel/

About

A sample silex skeleton app that has command support, Guzzle, Laravel's Eloquent ORM and PHPMig as migration handler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages