Skip to content

Skeleton App to show how to use Symfony Routing and Blade Template Engine

Notifications You must be signed in to change notification settings

monagjr/symfony-routing-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symfony-routing-skeleton

Skeleton App to show how to use Symfony Routing and Blade Template Engine


Application Scafolding has been done using composer create-project symfony/skeleton sandbox

Note: "sandbox" is the folder name to create the project into. And it could be any other name.

Scafolding the application using this method saves time, and also avoids many of the errors while developing the application.


Annotation has been installed using composer req annotations


Base Controller BaseController is used as the base / parent for other controllers. And it contains any common code across controllers.


Blade Template Engine Installation using composer req eftec/bladeone

About

Skeleton App to show how to use Symfony Routing and Blade Template Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published