User Tools

Site Tools


projects:cantata:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:cantata:start [2016/11/25 21:13]
dwheele [Security]
projects:cantata:start [2016/12/23 04:29] (current)
dwheele
Line 64: Line 64:
 //Want to get started fast? Just run php artisan make:auth and php artisan migrate in a fresh Laravel application. Then, navigate your browser to http://your-app.dev/register or any other URL that is assigned to your application. These two commands will take care of scaffolding your entire authentication system!// //Want to get started fast? Just run php artisan make:auth and php artisan migrate in a fresh Laravel application. Then, navigate your browser to http://your-app.dev/register or any other URL that is assigned to your application. These two commands will take care of scaffolding your entire authentication system!//
  
 +===== Theme Design =====
 +
 +Looking here:
 +
 +https://almsaeedstudio.com/themes/AdminLTE/documentation/index.html
 +
 +This is an open source theme. It has a lot of features, including a source-code LESS-required version. Starting for now with the "Ready" version.
 +
 +http://almsaeedstudio.com/download/AdminLTE-dist
 +
 +===== Bootstrap =====
 +
 +This uses "Bootstrap" which is a complete set of CSS and Javascript templating. While looking at AdminLTE, it seems that I should just use Bootstrap for a good look-and-feel framework.
 +
 +^Bootstrap Download|http://getbootstrap.com/|
 +^Glyphs (icons)|http://getbootstrap.com/components/|
 +^Tutorial, Learn Bootstrap in one video (about an hour), complete and to the point|https://www.youtube.com/watch?v=gqOEoUR5RHg|
 +^Bootstrap Amazon Book|http://amzn.to/1RHdfPr|
 +^Bootstrap Cheat Sheet|http://goo.gl/M5G7wj|
 +^Local Copy of Cheat Sheet Examples|http://quizkid.net/misc/bootstrapCheat1.htm\\ http://quizkid.net/misc/bootstrapCheat2.htm|
 +
 +===== Todo =====
 +
 +Keeping items here that need to be done.
 +
 +  * If a file is in the directory and it has an invalid character (such as Calon Lan, with an accented "a"), need to change the directory name before importing into the database. For now, I'm manually changing it. 12/22/2016
  
projects/cantata/start.1480108425.txt.gz · Last modified: 2016/11/25 21:13 by dwheele