davidyell / CakePHP-NiceAdminBakeScripts

Nice Admin bake theme for CakePHPs Bake plugin.
Other
14 stars 6 forks source link

Table 'dbpo.examples' doesn't exist #13

Closed alailsonribeiro closed 5 years ago

alailsonribeiro commented 5 years ago

Where is sql our how to I create a table db.examples ?

bin/cake bake template --theme=NiceAdminBakeTheme Examples Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table **'db.examples' doesn't exist** in [/www/app/vendor/cakephp/cakephp/src/Database/Schema/Collection.php, line 131]

bin/cake bake template --theme=NiceAdminBakeTheme --prefix=Admin Examples Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table **'db.examples' doesn't exist** in [/www/app/vendor/cakephp/cakephp/src/Database/Schema/Collection.php, line 131]

davidyell commented 5 years ago

You will need to create the database table. The Examples given in the readme is there for you to replace with the name of the Table you are baking the theme for.

bin/cake bake template --theme=NiceAdminBakeTheme Posts bin/cake bake template --theme=NiceAdminBakeTheme Users etc